gtkwidget: Remove gtk_widget_class_install_style_property_parser...
authorTimm Bäder <mail@baedert.org>
Wed, 5 Oct 2016 15:08:11 +0000 (17:08 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 16 Oct 2016 16:17:21 +0000 (18:17 +0200)
... from public API

docs/reference/gtk/gtk4-sections.txt
gtk/gtkwidget.c
gtk/gtkwidget.h

index 2661fa0c1ec2e82c27d79398888e04ef257f73ba..1e63614ac5b4b114c7c20a3f9b659da591c0431e 100644 (file)
@@ -5152,7 +5152,6 @@ gtk_widget_set_double_buffered
 gtk_widget_set_redraw_on_allocate
 gtk_widget_mnemonic_activate
 gtk_widget_class_install_style_property
-gtk_widget_class_install_style_property_parser
 gtk_widget_class_find_style_property
 gtk_widget_class_list_style_properties
 gtk_widget_region_intersect
index bb2d70b1a9744bab1dc0f6a0ea1aea0acd314f47..32c5fa8af6bd546facdb3fb26b86261b8ffe9456 100644 (file)
@@ -11942,16 +11942,7 @@ gtk_widget_input_shape_combine_region (GtkWidget      *widget,
 
 /* style properties
  */
-
-/**
- * gtk_widget_class_install_style_property_parser: (skip)
- * @klass: a #GtkWidgetClass
- * @pspec: the #GParamSpec for the style property
- * @parser: the parser for the style property
- *
- * Installs a style property on a widget class.
- **/
-void
+static void
 gtk_widget_class_install_style_property_parser (GtkWidgetClass     *klass,
                                                GParamSpec         *pspec,
                                                GtkRcPropertyParser parser)
index 9a8117f1915a5345351adad75ea09024136dc5d3..e7a49a72071a850c690d37095191a79231752e4e 100644 (file)
@@ -1131,10 +1131,6 @@ GDK_AVAILABLE_IN_ALL
 void gtk_widget_class_install_style_property        (GtkWidgetClass     *klass,
                                                     GParamSpec         *pspec);
 GDK_AVAILABLE_IN_ALL
-void gtk_widget_class_install_style_property_parser (GtkWidgetClass     *klass,
-                                                    GParamSpec         *pspec,
-                                                    GtkRcPropertyParser parser);
-GDK_AVAILABLE_IN_ALL
 GParamSpec*  gtk_widget_class_find_style_property   (GtkWidgetClass     *klass,
                                                     const gchar        *property_name);
 GDK_AVAILABLE_IN_ALL